2013-02-13 - 4495 - Spec - Hong Kong SAP WMS Implementation - LSMW #ABAPLSMW #APAC #Shipping #WMProject
SPECIFICATIONS
4495.900 - Hong Kong SAP WMS Implementation - LSMW Chainlink
Purpose
Modify LSMW (IF006) program to selectively perform Pick and PGI based on Warehouse ID (shipping locations) values maintained in the table V_TLGR. This is specific to plants activated for SAP WMS.
Admin Info
Purpose
|
Modify Chainlink LSMW to selectivey perform Pick and PGI functions
|
Requested By
|
Daniel Brennan
|
Spec Created By
|
Surya Basa
|
Spec Created Date
|
02/13/2013
|
Spec QA by
|
Surya Basa
|
Objects
|
V_TLGR
LSMW - IF006 - Delivery - Update
|
Document Status
|
Complete
|
References
Prior Tickets
None
Documents
Chainlink_NED_80007934.txt
Functional Requirement
As a part of WMS implementation, the CHAINLINK interface related SAP functionality needs to be updated to perform Pick and PGI for both WMS activated and non activated plants/shipping locations. The flat file sent from Chainlink contains the required information to perform Pick, PGI and update the deliveries with tracking ID, Freight, Carrier, Incoterms etc and post and process IDOC for each of the deliveries.
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
Update the LSMW (IF006) to match the values in the text file from Chainlink to the values in VTEXT - V_TLGR and update the deliveries with PGI when there's a match and perform Pick and PGI when there's no match and post the IDOC for the deliveries.
Test Plan
[List test scenarios/cases to be executed here]
Test Scenario
|
Expected Result
|
Create a delivery and picking in VL02N and run the LSMW
(Shipping location NECM01 in the and maintain in table V_TLGR )
|
IDOC should be processed and delivery should be PGId
|
Create a delivery and run the LSMW
(Shipping location NECM01 specified in the and maintained in table
V_TLGR)
|
IDOC should fail
|
Create a delivery and picking in VL02N and run the LSMW
(Shipping location NECM01 specified in the
|
IDOC should be processed and delivery should be Picked and PGId
|
Solution Details
Provide complete technical details for configuration or programming here]
1. The warehouse IDs/Shipping Locations will be maintained as "Loading Groups" under the following menu path-
SPRO>Logistics Execution>Shipping>Basic Shipping Functions>Shipping Point & Goods Receiving Point Determination>Define Loading Groups
2. The IDOC that is posted by the LSMW contains segment E1EDL18 PIC/PGI that performs Pick and PGI respectively. The LSMW is modified in such a way that it looks for values from the table VTEXT-V_TLGR and matches to the shipping locatoin value in the flat file-
Case -1: If a positive match occurs the E1EDL18 PIC segment will be supressed in the resulting IDOC (type WHSCON) and hence the delviery will not be picked but the segment E1EDL18 PGI will appear and the delivery will be PGId and IDOC posted. Other funcitonality will remain unchanged like updating the Freight, Incoterms, Tracing ID etc.
Case -2: If there's no match, both the segments, E1EDL18 PIC/PGI will appear in the resulting IDOC and perform Pick, PGI and update the deliveries with other values per the and IDOC will be posted.
Issues
None